func crypto/elliptic/internal/nistec.p521CheckOnCurve

2 uses

	crypto/elliptic/internal/nistec (current package)
		p521.go#L96: 		if err := p521CheckOnCurve(x, y); err != nil {
		p521.go#L113: func p521CheckOnCurve(x, y *fiat.P521Element) error {